home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 14 / IOPROG_14.ISO / soft / sdkjava / sdkjava.exe / SDKJava.cab / Samples / Debugger / C++ Debugger / GUIDs.cpp next >
Encoding:
C/C++ Source or Header  |  1998-03-05  |  324 b   |  33 lines

  1. /*++
  2.  
  3. Copyright (c) 1998  Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.    guids.cpp
  8.  
  9. Abstract:
  10.  
  11.    GUID definitions.
  12.  
  13. --*/
  14.  
  15.  
  16. /* Headers
  17.  **********/
  18.  
  19. #include "project.hpp"
  20.  
  21.  
  22. /* GUIDs
  23.  ********/
  24.  
  25. #pragma data_seg(DATA_SEG_READ_ONLY)
  26.  
  27. #include <initguid.h>
  28.  
  29. #include <jdbgguid.h>
  30.  
  31. #pragma data_seg()
  32.  
  33.